home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000232_news@newsmaster….columbia.edu _Wed Nov 5 16:35:01 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA07282
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 5 Nov 1997 16:34:55 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA09463
  7.     for kermit.misc@watsun; Wed, 5 Nov 1997 16:34:54 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news1.bellglobal.com!news.uunet.ca!mks!news
  9. From: davidf@mks.com (David J. Fiander)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: discrepancy between k95 and C-kermit 6.0.192
  12. Date: 05 Nov 1997 15:25:17 -0500
  13. Organization: Mortice Kern Systems Inc.
  14. Lines: 17
  15. Sender: davidf@davidf-nt.mks.com
  16. Message-ID: <uen4vqeaa.fsf@davidf-nt.mks.com>
  17. NNTP-Posting-Host: pc-269.pc.mks.com
  18. X-Newsreader: Gnus v5.3/Emacs 19.34
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8017
  20.  
  21. So, I've got a kermit shortcut for K95 that connects me to a host
  22. via telnet, and I have it configured to exit k95 when the
  23. connection is terminated.  Now, I connect, and then I say Alt-X
  24. to get back to the local kermit command mode, which works just
  25. fine.
  26.  
  27. On Solaris, with c-kermit, I say
  28.  
  29.     kermit -c -j <host>
  30.  
  31. It connects me, and I know that when the connection is terminated
  32. kermit will exit.  Much to my surprise, however, when I hit C-\
  33. to get back to the local kermit command mode, kermit exits.
  34.  
  35. Am I just missing something, or is this working properly?
  36.  
  37. - David